Skip to content

Commit

Permalink
Update download/upload actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 2, 2024
1 parent bdf39df commit 3bf8811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
iscc installer/install.iss //DMyAppVersion=${VERSION:-2.0.0}
sha256sum .build/QMK_MSYS.exe > .build/QMK_MSYS.exe.sha256
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: .build/QMK_MSYS.*
Expand All @@ -95,7 +95,7 @@ jobs:
needs: [build]

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Run Install
run: |
Expand All @@ -116,7 +116,7 @@ jobs:
if: github.event.release.tag_name

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- uses: softprops/action-gh-release@v1
env:
Expand All @@ -134,7 +134,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit 3bf8811

Please sign in to comment.