We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8a61e commit b341551Copy full SHA for b341551
.github/workflows/create-release.yaml
@@ -43,7 +43,7 @@ jobs:
43
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 }}
44
45
- name: Upload artifact
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
47
with:
48
name: github-org-repos-sync-${{ matrix.goos }}-${{ matrix.goarch }}
49
path: ./github-org-repos-sync-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ubuntu-latest
55
steps:
56
- name: Download artifacts
57
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
58
59
path: artifacts
60
0 commit comments