Skip to content

Commit

Permalink
Bump versions of GitHub Actions artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Aug 12, 2024
1 parent 5eedb37 commit 49f95d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
' dist/latest-mac.yml
- name: Upload latest-mac-arm64.yml
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: latest-mac-arm64.yml
path: dist/latest-mac.yml
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
' dist/latest-mac.yml
- name: Upload latest-mac-x64.yml
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: latest-mac-x64.yml
path: dist/latest-mac.yml
Expand All @@ -259,13 +259,13 @@ jobs:
echo current-version=$CURRENTVERSION >> "$GITHUB_OUTPUT"
- name: Download latest-mac-arm64.yml
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: latest-mac-arm64.yml
path: latest-mac-arm64

- name: Download latest-mac-x64.yml
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: latest-mac-x64.yml
path: latest-mac-x64
Expand Down

0 comments on commit 49f95d3

Please sign in to comment.