Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 383e343

Browse files
authored
Merge pull request #26 from Neo23x0/dependabot/github_actions/github-actions-985357984d
build(deps): bump the github-actions group with 2 updates
2 parents 9339444 + 288b697 commit 383e343

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
"CHECKSUM_FILE=$env:ARCHIVE_NAME.sha256" | Out-File -FilePath $env:GITHUB_ENV -Append
265265
266266
- name: Upload artifacts
267-
uses: actions/upload-artifact@v6
267+
uses: actions/upload-artifact@v7
268268
with:
269269
name: ${{ matrix.artifact_name }}
270270
path: |
@@ -283,7 +283,7 @@ jobs:
283283
uses: actions/checkout@v6
284284

285285
- name: Download all artifacts
286-
uses: actions/download-artifact@v7
286+
uses: actions/download-artifact@v8
287287
with:
288288
path: artifacts
289289

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Upload test artifacts on failure
120120
if: failure()
121-
uses: actions/upload-artifact@v6
121+
uses: actions/upload-artifact@v7
122122
with:
123123
name: test-failure-logs-${{ matrix.os }}
124124
path: |

0 commit comments

Comments
 (0)