Skip to content

Commit

Permalink
ci: Update github workflow actions
Browse files Browse the repository at this point in the history
- actions/download-artifact to v4
  • Loading branch information
lubux committed Sep 20, 2024
1 parent f7a6751 commit b366c6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sop-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4
# Fetch gosop from target
- name: Download gosop-target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gosop-target
# Test gosop-target
Expand All @@ -68,7 +68,7 @@ jobs:
run: ./gosop-target version --extended
# Fetch gosop from branch
- name: Download gosop-branch
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gosop-${{ github.sha }}
- name: Rename gosop-branch
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v4
- name: Download test results json artifact
id: download-test-results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: test-suite-results.json
- name: Compare with baseline
Expand Down

0 comments on commit b366c6e

Please sign in to comment.