Skip to content

Commit 559949b

Browse files
chore(deps): update github artifact actions
1 parent cfbbef2 commit 559949b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_test_postman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go test -coverprofile=test_results/coverage.out -json ./... > test_results/test-report.json
3333

3434
- name: Upload test results
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: test-artifact
3838
path: test_results/
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v5
4646
with:
4747
fetch-depth: 0
48-
- uses: actions/download-artifact@v5
48+
- uses: actions/download-artifact@v6
4949
with:
5050
name: test-artifact
5151
path: test_results/

0 commit comments

Comments
 (0)