We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbbef2 commit 559949bCopy full SHA for 559949b
.github/workflows/lint_test_postman.yml
@@ -32,7 +32,7 @@ jobs:
32
run: go test -coverprofile=test_results/coverage.out -json ./... > test_results/test-report.json
33
34
- name: Upload test results
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: test-artifact
38
path: test_results/
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v5
46
47
fetch-depth: 0
48
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
49
50
51
0 commit comments