Skip to content

Commit

Permalink
Upgraded some GitHub actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed May 30, 2024
1 parent b9ad3bd commit 62f6768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ jobs:
# Note: each asset will be a folder containing the artifacts
- if: env.API_GITHUB_TOKEN != ''
name: Download artifacts into staging directory
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: download

Expand All @@ -548,7 +548,7 @@ jobs:
# Upload all artifacts into the SNAPSHOT release assets
- if: env.API_GITHUB_TOKEN != ''
name: Upload artifacts to the SNAPSHOT release assets
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
release-tag: SNAPSHOT
files: upload/*
Expand Down

0 comments on commit 62f6768

Please sign in to comment.