Skip to content

Commit

Permalink
Merge pull request #468 from JohnStrunk/up-down
Browse files Browse the repository at this point in the history
Update actions upload/download-artifact to v4
  • Loading branch information
mergify[bot] authored Dec 24, 2023
2 parents b7665c7 + 859b823 commit df15d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
run: pipenv run python build.py

- name: Save executable as artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: wahoo-results.exe
path: wahoo-results.exe
Expand All @@ -187,7 +187,7 @@ jobs:
fetch-depth: 0

- name: Load executable artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: wahoo-results.exe

Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
run: python -m pip install --user sentry-cli

- name: Download executable as artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: wahoo-results.exe

Expand Down

0 comments on commit df15d29

Please sign in to comment.