Skip to content

Commit

Permalink
Updating deprecated upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mschaab-SA committed Nov 12, 2024
1 parent 48bf66f commit 1b790b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Archive production artifacts ⬆️
# Changed from target 'master' to 'develop' because the rules for the repo are locking my uploads
if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'develop' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: ./build/libs/saRestApi-*.jar
Expand Down

0 comments on commit 1b790b5

Please sign in to comment.