Skip to content

Commit

Permalink
build(actions): update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWazaby committed Jan 27, 2024
1 parent ec934a8 commit 035df60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
arch: [amd64, arm64, ppc64le]
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Build and publish for ${{ matrix.arch }}
Expand All @@ -24,7 +24,7 @@ jobs:
# Add steps to publish the artifact
echo "Publishing artifact for ${{ matrix.arch }}"
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mastodon_prometheus_exporter_${{ matrix.arch }}
path: mastodon_prometheus_exporter_${{ matrix.arch }}
Binary file removed mastodon_prometheus_exporter
Binary file not shown.

0 comments on commit 035df60

Please sign in to comment.