Skip to content

Commit 6aa11f9

Browse files
committed
Automatic update of .github/workflows/archive.yml
1 parent 5aef33f commit 6aa11f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/archive.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
build:
1717
name: "Archive Issues and Pull Requests"
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
1921
steps:
2022
- name: "Checkout"
21-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2224

2325
# Note: No caching for this build!
2426

@@ -37,6 +39,6 @@ jobs:
3739
token: ${{ github.token }}
3840

3941
- name: "Save Archive"
40-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4143
with:
4244
path: archive.json

0 commit comments

Comments
 (0)