Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent aa75fbf commit c6d10df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
key: snapshot-build-${{ github.run_id }}

# ... however the cache trick doesn't work on windows :(
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: windows-artifacts
path: snapshot/dive_windows_amd64_v1/dive.exe
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- uses: actions/checkout@master

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: windows-artifacts

Expand Down

0 comments on commit c6d10df

Please sign in to comment.