Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Feb 8, 2025
1 parent aeb4721 commit 6831302
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/push-raport-to-gh-pages/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: Git Checkout
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: ~/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildAutoUpdatePlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "week-start=$(date -dmonday +%Y%m%d)" >> $GITHUB_OUTPUT

# - name: Cache coordinator data
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# # coordinator stores cache in current working directory
# path: data/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildExecuteScheduledWeekly-A.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
apps: scala-cli:1.2.0

- name: Cache last successfull version
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./last-successfull-weekly-version
key: last-successfull-weekly-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildExecuteScheduledWeekly-B.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
apps: scala-cli:1.2.0

- name: Cache last successfull version
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./last-successfull-weekly-version
key: last-successfull-weekly-version
Expand Down

0 comments on commit 6831302

Please sign in to comment.