Skip to content

Commit

Permalink
Merge pull request #1056 from sdr-enthusiasts/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4

chore(deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
fredclausen authored Dec 20, 2023
2 parents 8d7b4e3 + 82c016b commit 6f28add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cp webapp.tar.gz ../webapp.tar.gz
- name: Save webapp.tar.gz
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webapp
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
cp webapp.tar.gz ../webapp.tar.gz
- name: Save webapp.tar.gz
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: webapp
path: |
Expand Down

0 comments on commit 6f28add

Please sign in to comment.