Skip to content

Commit

Permalink
Bump upload/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Sep 19, 2024
1 parent f5b9cbb commit 1827564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
make -C tools/minicargo
make -C tools/testrunner
- name: save artefacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: binaries
path: |
Expand All @@ -41,7 +41,7 @@ jobs:
- name: avoid recompile
run: make --touch && make --touch -C tools/minicargo && make --touch -C tools/testrunner
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: binaries
path: bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Save Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: binaries
# Includes `minipatch` as that's needed by the test scripts
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: binaries
path: vsproject/x64/${{env.BUILD_CONFIGURATION}}
Expand Down

0 comments on commit 1827564

Please sign in to comment.