Skip to content

Commit b341551

Browse files
renovate[bot]xbglowx
authored andcommitted
chore(deps): update github artifact actions
1 parent be8a61e commit b341551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v -ldflags "-X github.com/xbglowx/github-org-repos-sync/cmd.Version=${{ needs.release-please.outputs.tag_name }}" -o github-org-repos-sync-${{ matrix.goos }}-${{ matrix.goarch }}
4444

4545
- name: Upload artifact
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: github-org-repos-sync-${{ matrix.goos }}-${{ matrix.goarch }}
4949
path: ./github-org-repos-sync-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Download artifacts
57-
uses: actions/download-artifact@v5
57+
uses: actions/download-artifact@v6
5858
with:
5959
path: artifacts
6060

0 commit comments

Comments
 (0)