Skip to content

Commit

Permalink
Merge pull request #955 from mackerelio/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
ne-sachirou authored Apr 23, 2024
2 parents 96ddf0d + faf4809 commit 693b1ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: docker pull mackerel/docker-mackerel-rpm-builder:c7
- run: make rpm deb rpm-kcps deb-kcps rpm-stage deb-stage tgz
- run: make crossbuild
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: linux-build-artifacts
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
shell: msys2 {0}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-build-artifacts-${{ matrix.PLATFORM_ID }}
path: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
& "$SIGNTOOL" sign /fd sha256 /t "http://timestamp.sectigo.com" /f "$env:RUNNER_TEMP/sign/cert.p12" /p "${{ secrets.WINDOWS_CERT_PFX_PASS }}" /v "build/mackerel-agent-k${{ matrix.MSI_SUFFIX }}.msi"
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-packages-${{ matrix.PLATFORM_ID }}
path: |
Expand Down

0 comments on commit 693b1ab

Please sign in to comment.