Skip to content

Commit

Permalink
Merge pull request #2334 from uccser/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jimbonothing64 authored Dec 20, 2023
2 parents b5b9d3a + a2194a1 commit 963d93b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
run: tar czf static-files.tar.gz --directory csunplugged/staticfiles/ .

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: static-files
path: static-files.tar.gz
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: tar czf resource-thumbnails.tar.gz --directory csunplugged/build/img/resources/ .

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: resource-thumbnails
path: resource-thumbnails.tar.gz
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
run: tar czf at-a-distance-files.tar.gz --directory csunplugged/build/slides/ .

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: at-a-distance-files-${{ matrix.language }}
path: at-a-distance-files.tar.gz
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
run: tar czf resources.tar.gz --directory csunplugged/build/resources/ .

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: resources-${{ matrix.language }}
path: resources.tar.gz
Expand Down

0 comments on commit 963d93b

Please sign in to comment.