Skip to content

Commit

Permalink
Merge pull request #20 from nnsnodnb/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
nnsnodnb authored Dec 12, 2023
2 parents c75f89c + 4dea5d2 commit 816e83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: make release_build

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: github-apps-token-swift-ubuntu
path: .build/release/github-apps-token
Expand All @@ -31,7 +31,7 @@ jobs:
run: ./scripts/artifactbundle.sh

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: github-apps-token-swift-macos
path: GitHubAppsToken.artifactbundle.zip

0 comments on commit 816e83a

Please sign in to comment.