Skip to content

Commit

Permalink
Merge pull request #1072 from jithu7432/uploadv4
Browse files Browse the repository at this point in the history
GitHub Actions upload-artifacts@v2 deprecated moving to v4
  • Loading branch information
jbogard authored Oct 30, 2024
2 parents 0d3bf4c + 1cbd833 commit db235f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./Push.ps1
shell: pwsh
- name: Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts/**/*
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./Push.ps1
shell: pwsh
- name: Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts/**/*

0 comments on commit db235f8

Please sign in to comment.