Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent ff7ac7c commit 18b6888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
PIXLET_VERSION: ${{ steps.windowsvars.outputs.tag }}

- name: Upload Release Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-artifacts
path: build
Expand All @@ -161,7 +161,7 @@ jobs:
go-version: "1.22.2"

- name: Fetch Release Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-artifacts
path: build
Expand Down

0 comments on commit 18b6888

Please sign in to comment.