Skip to content

Commit ffb3f47

Browse files
authored
Merge pull request #8 from Locatarr/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents 5123a30 + 2c164ee commit ffb3f47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-on-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: tar -czf ${{ runner.os }}.tar.gz ${{ runner.os }}
5353

5454
- name: Store Archive
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: ${{runner.os}}
5858
path: ${{ runner.os }}.tar.gz
@@ -74,7 +74,7 @@ jobs:
7474
- name: Sanitize github.ref
7575
run: echo "TAG_USED=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
7676

77-
- uses: actions/download-artifact@v4
77+
- uses: actions/download-artifact@v8
7878

7979
- name: Create Release
8080
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)